import type { DataType, OptionType } from './types'; export declare const findOptionInOptions: (options: DataType, optionValue: string) => OptionType | undefined; //# sourceMappingURL=findOptionInOptions.d.ts.map